forked from SoftFever/OrcaSlicer
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from main #5
Merged
Merged
from main #5
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fix crash when filling very tiny (1-5nm) gaps (SoftFever#6279) Cherry-picked from prusa3d/PrusaSlicer@8784ca0 Co-authored-by: Lukáš Hejl <[email protected]> * SPE-2256: Fix the issue that we used the old Voronoi graph during the detection of invalid Voronoi diagrams. This happens because we didn't set a modified flag that is required to be set before we use the new Voronoi graph. Possibly related to #12385 Cherry-picked from prusa3d/PrusaSlicer@2de1f3a Co-authored-by: Lukáš Hejl <[email protected]> --------- Co-authored-by: Lukáš Hejl <[email protected]>
Change Python executable name for Windows
…olid_infill_filament didn't always work
* update locale and Polish translations for PR SoftFever#6329 * fix * text.js_update Polish translation * fix
* fix gizmo bar wobbling Gizmo bar is wobbling at specific application window width range. This comes from a bar scaling calculations method: - new scale calculated for already scaled bar - scale stored as application settings loosing precision Rework gizmo bar resizing code to remove feedback: - calculate scale factor based on unscaled bar size * rework gizmo bar scaling Unify scaling implementation across platforms (MacOS, Win, Linux). Now all platform scale bar setting icon size. Toolbar scale is used for high-DPI displays scaling only. * Add comments, reorganize changes to minimize diff
* Fix -Wsubobject-linkage warning Having tk::spline header-only implementation included from SmallAreaInfillFlowCompensator.hpp makes SmallAreaInfillFlowCompensator::flowModel have separate (albeit the same) implementation in each translation unit. In order to fix this issue, SmallAreaInfillFlowCompensator::flowModel converted to opaque 'pimpl' * spline: remove anonymous namespace Remove outer anonymous namespace from splice.h to make forward declaration for tk::spline possible.
This reverts commit 9ff0e93.
from upstream
… hop config value not used (SoftFever#6245) * Fix z hop performed after retraction in PA pattern calibration. Fix zhop config value not used * Updated gathering of z hop value method for consistency
* Update OrcaSlicer_tr.po - TURKISH translation update * Update TURKISH translations * Update TURKISH translations * Update TURKISH translations
Co-authored-by: SoftFever <[email protected]>
* Jerk - per axis maximum limit * Fixing Klipper and refactoring * Remove unused variables
* Use more readable data types for storing triangle splitting information. * fix build errors * SPE-2063: Determine correctly which extruders are used when the object is painted by the multi-material painting gizmo. During the serialization of TriangleSelector and also during reading serialized painting data from 3MF, we cache all used states in the painted triangle mesh. Based on this information, we can quickly determine which extruders are used and which don't. * Fixed an bug that filament list was not updated properly --------- Co-authored-by: Lukáš Hejl <[email protected]>
* Clarified flow ratio tooltips * Spelling * Formatting
Here are more missing header files recently identified by building without precompiled header support.
* Revert "Fix SoftFever#3311: filament Load / Unload time was not used in time estimation (SoftFever#3706)" This reverts commit 2527884. * revamp tool/filament change time * tweak message
* translation for new features * fix typo
* Added missing strings. * Added missing translations * Fixed boost format
…ftFever#6278) * Added SBS to filament_info.json * Added SBS to Print.cpp * added SBS to PrintConfig.cpp * Added SBS to BBL * Added SBS Template and also specified SBS as type in fdm_filament_sbs.json * Updated settings for SBS in filament_sbs_template.json * Applied SBS settings to fdm_filament_sbs.json * added settings to Generic SBS @base.json --------- Co-authored-by: Duan Gauche <[email protected]> Co-authored-by: SoftFever <[email protected]>
This reverts commit b83e16d. Found regressions like auto orientation didn't work anymore after this change, revert it
From Upstream
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.